home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / lang / perl5_src.readme < prev    next >
Encoding:
Text File  |  1996-05-05  |  34.4 KB  |  694 lines

  1. Short:    Amiga port of Perl 5.002 (Source)
  2. Author:   lwall@sems.com , Amiga port by trulsson@student.docs.uu.se
  3. Uploader: trulsson@student.docs.uu.se
  4. Type:     dev/lang
  5.  
  6.  
  7. Requires:  Ixemul.library 42.1 or later. (Probably works with 42.0 as
  8. well but I haven't tested that.)
  9. A couple of programs from the gcc distribution that are more or less
  10. required are 'sh', 'echo', and 'cat'.
  11. If you want to recompile it you will need gcc.
  12. All the above programs can be found at ftp.ninemoons.com/pub/ade/
  13. Most of them can also be found on Aminet.
  14.  
  15.  
  16. This is a port to the Amiga of Perl v5.002 
  17. For those who haven't heard of Perl it is a scripting language that
  18. is very good at text and file manipulation and is quite widespread in
  19. the Unix world.
  20.  
  21. This distribution consists of two files:
  22. perl5_002bin.lha       The files you need to run Perl with docs in 'man' format
  23. perl5_002src.lha       The source for those who want to recompile it.
  24.  
  25. perl_5002bin.lha should be unpacked relative to GNU: , if you already
  26. have gcc (recommended) that assign should already be in place.
  27. The source can be unpacked anywhere you want.
  28.  
  29.  
  30. Except for a few cases this port should be able to run almost all
  31. Perl scripts.
  32. The things that don't work are mainly due to AmigaOS not being Unix.
  33. Networking support is not implemented, the fork() function doesn't
  34. work, and that stat() call doesn't return quite all information as
  35. under Unix.
  36. The only real change in the sources that had to be made were in the
  37. function my_popen where instead of long piece of code that included
  38. a call to fork() I changed it to a simple call to popen() ( with a bit of
  39. special magic to handle opening stdin/out)
  40. Since AmigaDOS isn't case-sensitive wrt file names I changed all
  41. references to 'makefile' (as opposed to 'Makefile') to GNUmakefile.
  42. (You *will* need GNU make though)
  43. I have probably made a few other small changes too that I can't remember now
  44. but those were mainly to reduce the memory requirements needed to compile it.
  45. (I only have a total 6MB of RAM and that is the absolute minimum needed to
  46. recompile it.) 
  47. For those interested the following modules were linked into the binary:
  48. GDBM_File SDBM_File Fcntl FileHandle Safe
  49.  
  50.  
  51.  
  52. Oh, and a final note: I don't intend to be the 'official Amiga maintainer' for
  53. Perl5 , I don't really have the machine resources needed to recompile this more
  54. than absolutely necessary. So if you find any Amiga specific bugs I would prefer
  55. if you try to fix them yourself instead of sending them to me. 
  56.  
  57.  
  58. ============================= Archive contents =============================
  59.  
  60. Original  Packed Ratio    Date     Time    Name
  61. -------- ------- ----- --------- --------  -------------
  62.        0       0  0.0% 27-Mar-96 19:14:38 +
  63.     6112    2413 60.5% 18-Oct-94 17:17:48 +Artistic
  64.   101162   37667 62.7% 29-Feb-96 01:49:32 +Changes
  65.    79283   20480 74.1% 23-Jan-96 02:39:06 +Changes.Conf
  66.   205401   66099 67.8% 29-Feb-96 22:59:42 +Configure
  67.    12487    4968 60.2% 18-Oct-94 17:18:02 +Copying
  68.      674     374 44.5% 01-Jul-95 21:51:40 +EXTERN.h
  69.    25812    9501 63.1% 28-Feb-96 23:41:58 +INSTALL
  70.      700     374 46.5% 01-Jul-95 21:51:42 +INTERN.h
  71.    24874    7562 69.5% 29-Feb-96 16:03:44 +MANIFEST
  72.    11480    4547 60.3% 26-Mar-96 01:10:52 +Makefile
  73.    13781    5373 61.0% 29-Feb-96 23:00:36 +Makefile.SH
  74.     4599    2127 53.7% 29-Jan-96 23:47:50 +README
  75.     2479    1250 49.5% 27-Mar-96 19:31:42 +Readme.amiga
  76.     1908    1098 42.4% 05-Oct-95 23:01:22 +Todo
  77.     2340     845 63.8% 23-Jan-96 02:39:34 +XSUB.h
  78.     8318    2460 70.4% 31-Jan-96 02:33:10 +av.c
  79.     1603     651 59.3% 06-Sep-95 23:51:58 +av.h
  80.     1941     739 61.9% 26-Mar-96 01:10:04 +cflags
  81.     3012    1138 62.2% 20-Jan-96 06:53:38 +cflags.SH
  82.    48584   12636 73.9% 26-Mar-96 01:10:20 +config.h
  83.     9240    3416 63.0% 21-Mar-96 23:57:00 +config.sh
  84.    48288   12635 73.8% 12-Feb-96 20:49:06 +config_H
  85.    49484   13142 73.4% 27-Feb-96 22:06:54 +config_h.SH
  86.     5923    2682 54.7% 27-Feb-96 21:47:38 +configpm
  87.     1992     981 50.7% 12-Feb-96 20:48:08 +configure_
  88.     7016    2273 67.6% 28-Jan-96 07:19:06 +cop.h
  89.     2241     802 64.2% 24-Feb-96 04:07:00 +cv.h
  90.     2837    1147 59.5% 20-Jan-95 01:06:22 +deb.c
  91.    31824   10257 67.7% 27-Feb-96 22:29:22 +doio.c
  92.    13425    4376 67.4% 27-Jan-96 00:58:10 +doop.c
  93.      610     352 42.2% 27-Feb-96 22:29:32 +dosish.h
  94.     8625    2485 71.1% 28-Jan-96 06:15:08 +dump.c
  95.        0       0  0.0% 26-Mar-96 12:43:42 +
  96.      207     168 18.8% 18-Oct-94 17:23:54 +ADB
  97.      956     539 43.6% 18-Oct-94 17:23:58 +README
  98.      896     437 51.2% 18-Oct-94 17:24:02 +changes
  99.      602     319 47.0% 18-Oct-94 17:24:06 +client
  100.      472     283 40.0% 18-Oct-94 17:24:10 +down
  101.      565     325 42.4% 18-Oct-94 17:24:12 +dus
  102.     1205     654 45.7% 18-Oct-94 17:24:14 +findcp
  103.      505     329 34.8% 18-Oct-94 17:24:20 +findtar
  104.        0       0  0.0% 26-Mar-96 12:43:32 +
  105.     2428    1118 53.9% 18-Oct-94 17:25:32 +gcp
  106.     1969    1042 47.0% 18-Oct-94 17:25:34 +gcp.man
  107.      427     293 31.3% 18-Oct-94 17:25:38 +ged
  108.      815     419 48.5% 18-Oct-94 17:25:40 +ghosts
  109.     3137    1434 54.2% 18-Oct-94 17:25:44 +gsh
  110.     2038    1094 46.3% 18-Oct-94 17:25:46 +gsh.man
  111.     2881    1157 59.8% 18-Oct-94 17:24:24 +muck
  112.      588     392 33.3% 18-Oct-94 17:24:26 +muck.man
  113.      891     503 43.5% 18-Oct-94 17:24:30 +myrup
  114.      377     267 29.1% 18-Oct-94 17:24:34 +nih
  115.     2147    1109 48.3% 18-Oct-94 17:24:36 +relink
  116.     1754     975 44.4% 18-Oct-94 17:24:40 +rename
  117.      166     145 12.6% 18-Oct-94 17:24:42 +rmfrom
  118.        0       0  0.0% 26-Mar-96 12:43:38 +
  119.     1343     640 52.3% 18-Oct-94 17:25:48 +scan_df
  120.     1307     604 53.7% 18-Oct-94 17:25:52 +scan_last
  121.     5079    1648 67.5% 18-Oct-94 17:25:54 +scan_messages
  122.      723     422 41.6% 18-Oct-94 17:25:56 +scan_passwd
  123.      756     370 51.0% 18-Oct-94 17:26:00 +scan_ps
  124.     1100     556 49.4% 18-Oct-94 17:26:06 +scan_sudo
  125.     2210     961 56.5% 18-Oct-94 17:26:08 +scan_suid
  126.     2096    1074 48.7% 18-Oct-94 17:26:12 +scanner
  127.      571     293 48.6% 18-Oct-94 17:24:46 +server
  128.      590     395 33.0% 18-Oct-94 17:24:50 +shmkill
  129.        0       0  0.0% 26-Mar-96 12:43:40 +
  130.      317     217 31.5% 18-Oct-94 17:26:16 +README
  131.      880     488 44.5% 18-Oct-94 17:26:20 +ipcmsg
  132.      858     457 46.7% 18-Oct-94 17:26:24 +ipcsem
  133.      981     523 46.6% 18-Oct-94 17:26:28 +ipcshm
  134.      771     393 49.0% 18-Oct-94 17:24:54 +travesty
  135.     2855    1518 46.8% 18-Oct-94 17:24:58 +unuc
  136.      416     272 34.6% 18-Oct-94 17:25:04 +uudecode
  137.        0       0  0.0% 26-Mar-96 12:43:42 +
  138.      793     456 42.4% 18-Oct-94 17:26:34 +empty
  139.     1369     632 53.8% 18-Oct-94 17:26:38 +unvanish
  140.      451     304 32.5% 18-Oct-94 17:26:42 +vanexp
  141.     1346     651 51.6% 18-Oct-94 17:26:46 +vanish
  142.      440     300 31.8% 18-Oct-94 17:25:12 +who
  143.     2756    1452 47.3% 18-Oct-94 17:25:16 +wrapsuid
  144.        0       0  0.0% 26-Mar-96 12:43:46 +
  145.   110952   32619 70.6% 12-Feb-96 20:49:42 +cperl-mode.el
  146.    44176    9345 78.8% 12-Feb-96 20:49:52 +embed.h
  147.     1353     516 61.8% 02-Jul-95 00:43:44 +embed.pl
  148.        0       0  0.0% 29-Feb-96 16:00:08 +
  149.        0       0  0.0% 26-Mar-96 12:43:46 +
  150.    16397    5824 64.4% 12-Feb-96 20:50:02 +DB_File.pm
  151.    20440    4772 76.6% 20-Jan-96 06:55:34 +DB_File.xs
  152.      164     132 19.5% 18-Oct-94 17:27:46 +DB_File_BS
  153.      277     214 22.7% 31-Jan-96 19:26:18 +Makefile.PL
  154.      658     350 46.8% 20-Jan-96 06:55:40 +typemap
  155.        0       0  0.0% 26-Mar-96 12:43:54 +
  156.    20254    7754 61.7% 12-Feb-96 20:50:12 +DynaLoader.pm
  157.      757     465 38.5% 31-Jan-96 19:26:40 +Makefile.PL
  158.     2163    1073 50.3% 08-Jun-95 01:46:24 +README
  159.    13053    4482 65.6% 18-Oct-94 17:28:12 +dl_aix.xs
  160.     4458    1722 61.3% 20-Oct-95 01:11:16 +dl_dld.xs
  161.     5803    2372 59.1% 12-Feb-96 20:50:18 +dl_dlopen.xs
  162.     2835    1182 58.3% 20-Oct-95 01:13:14 +dl_hpux.xs
  163.     4571    1938 57.6% 20-Oct-95 01:13:38 +dl_next.xs
  164.      272     193 29.0% 18-Oct-94 17:28:28 +dl_none.xs
  165.     3876    1644 57.5% 20-Jan-96 06:55:46 +dl_os2.xs
  166.    12598    3962 68.5% 23-Jan-96 02:41:18 +dl_vms.xs
  167.     2302    1068 53.6% 20-Oct-95 01:13:52 +dlutils.c
  168.        0       0  0.0% 26-Mar-96 12:43:54 +
  169.     1824     987 45.8% 12-Feb-96 20:50:24 +Fcntl.pm
  170.     3672     920 74.9% 12-Feb-96 20:50:30 +Fcntl.xs
  171.      192     162 15.6% 31-Jan-96 19:27:04 +Makefile.PL
  172.        0       0  0.0% 26-Mar-96 12:43:56 +
  173.    10931    3308 69.7% 15-Feb-96 02:50:48 +FileHandle.pm
  174.     2749     900 67.2% 12-Feb-96 20:50:46 +FileHandle.xs
  175.      197     167 15.2% 12-Feb-96 20:50:52 +Makefile.PL
  176.        0       0  0.0% 26-Mar-96 12:43:56 +
  177.     1881     984 47.6% 12-Feb-96 20:51:00 +GDBM_File.pm
  178.     4126    1281 68.9% 03-Feb-96 01:33:24 +GDBM_File.xs
  179.      245     202 17.5% 31-Jan-96 19:27:26 +Makefile.PL
  180.      426     195 54.2% 18-Oct-94 17:28:58 +typemap
  181.        0       0  0.0% 26-Mar-96 12:43:58 +
  182.      251     206 17.9% 31-Jan-96 19:27:46 +Makefile.PL
  183.      397     264 33.5% 15-Feb-96 03:14:26 +NDBM_File.pm
  184.     1248     520 58.3% 15-Jan-95 05:55:12 +NDBM_File.xs
  185.        0       0  0.0% 29-Feb-96 16:00:00 +
  186.      143     124 13.2% 20-Jan-96 06:56:02 +solaris.pl
  187.      183     140 23.4% 15-Feb-96 03:23:56 +svr4.pl
  188.      426     195 54.2% 18-Oct-94 17:29:10 +typemap
  189.        0       0  0.0% 26-Mar-96 12:43:58 +
  190.      225     188 16.4% 31-Jan-96 19:28:04 +Makefile.PL
  191.      396     262 33.8% 15-Feb-96 03:40:20 +ODBM_File.pm
  192.     1937     834 56.9% 20-Oct-95 02:01:52 +ODBM_File.xs
  193.        0       0  0.0% 29-Feb-96 16:00:02 +
  194.      226     172 23.8% 23-Jan-96 02:41:40 +dec_osf.pl
  195.      190     143 24.7% 20-Jan-96 06:56:06 +sco.pl
  196.      133     118 11.2% 20-Jan-96 06:56:10 +solaris.pl
  197.      183     140 23.4% 20-Jan-96 06:56:12 +svr4.pl
  198.      426     195 54.2% 18-Oct-94 17:29:22 +typemap
  199.        0       0  0.0% 26-Mar-96 12:44:02 +
  200.      230     187 18.6% 31-Jan-96 19:28:24 +Makefile.PL
  201.    17806    5393 69.7% 12-Feb-96 20:51:20 +POSIX.pm
  202.    31961    8756 72.6% 30-Jan-96 01:24:16 +POSIX.pod
  203.    56202   10454 81.3% 12-Feb-96 20:51:32 +POSIX.xs
  204.      206     109 47.0% 18-Oct-94 17:29:36 +typemap
  205.        0       0  0.0% 26-Mar-96 12:44:02 +
  206.      556     370 33.4% 31-Jan-96 19:28:44 +Makefile.PL
  207.      397     263 33.7% 15-Feb-96 03:40:28 +SDBM_File.pm
  208.     1277     520 59.2% 15-Jan-95 05:55:34 +SDBM_File.xs
  209.        0       0  0.0% 26-Mar-96 12:44:14 +
  210.      900     508 43.5% 18-Oct-94 17:29:58 +CHANGES
  211.     2832     814 71.2% 18-Oct-94 17:30:04 +COMPARE
  212.      554     331 40.2% 20-Jan-96 06:56:26 +Makefile.PL
  213.    11457    5258 54.1% 18-Oct-94 17:30:14 +README
  214.      341     241 29.3% 18-Oct-94 17:30:18 +README.too
  215.     1012     601 40.6% 18-Oct-94 17:30:22 +biblio
  216.    48584   12636 73.9% 26-Mar-96 01:10:20 +config.h
  217.     1273     631 50.4% 18-Oct-94 17:30:24 +dba.c
  218.     1719     683 60.2% 18-Oct-94 17:30:32 +dbd.c
  219.     1454     715 50.8% 18-Oct-94 17:30:38 +dbe.1
  220.     9799    2536 74.1% 18-Oct-94 17:30:40 +dbe.c
  221.     2426     909 62.5% 18-Oct-94 17:30:44 +dbm.c
  222.     1208     707 41.4% 18-Oct-94 17:30:46 +dbm.h
  223.     4408    1712 61.1% 18-Oct-94 17:30:52 +dbu.c
  224.    17476    4387 74.8% 03-Mar-96 15:49:30 +dbu.i
  225.      201     131 34.8% 18-Oct-94 17:30:56 +grind
  226.      943     542 42.5% 18-Oct-94 17:31:02 +hash.c
  227.     1438     505 64.8% 18-Oct-94 17:31:06 +linux.patches
  228.     1190     592 50.2% 03-Mar-96 16:01:04 +makefile.sdbm
  229.     5727    2043 64.3% 18-Oct-94 17:31:12 +pair.c
  230.      378     141 62.6% 18-Oct-94 17:31:14 +pair.h
  231.    11691    5491 53.0% 18-Oct-94 17:31:16 +readme.ms
  232.    33302   13912 58.2% 18-Oct-94 17:31:18 +readme.ps
  233.     8952    3278 63.3% 18-Oct-94 17:31:20 +sdbm.3
  234.    11018    3629 67.0% 23-Jan-96 02:42:04 +sdbm.c
  235.     5527    1988 64.0% 03-Mar-96 15:50:20 +sdbm.h
  236.      441     292 33.7% 18-Oct-94 17:31:28 +tune.h
  237.      767     377 50.8% 18-Oct-94 17:31:30 +util.c
  238.      426     195 54.2% 18-Oct-94 17:29:54 +typemap
  239.        0       0  0.0% 26-Mar-96 12:44:16 +
  240.      190     157 17.3% 31-Jan-96 19:29:04 +Makefile.PL
  241.    14122    5320 62.3% 12-Feb-96 20:51:50 +Safe.pm
  242.     2575    1022 60.3% 15-Feb-96 03:49:16 +Safe.xs
  243.        0       0  0.0% 26-Mar-96 12:44:16 +
  244.      192     163 15.1% 31-Jan-96 19:29:20 +Makefile.PL
  245.     7115    2656 62.6% 12-Feb-96 20:52:06 +Socket.pm
  246.    13139    2418 81.5% 23-Jan-96 02:42:22 +Socket.xs
  247.        0       0  0.0% 26-Mar-96 12:44:18 +
  248.     4237    1608 62.0% 01-Mar-95 01:42:42 +extliblist
  249.     3081    1374 55.4% 12-Feb-96 20:52:12 +make_ext
  250.       95      95  0.0% 18-Oct-94 17:31:44 +mkbootstrap
  251.      547     292 46.6% 18-Oct-94 17:19:24 +form.h
  252.    10115    3949 60.9% 12-Feb-96 20:52:18 +global.sym
  253.       38      38  0.0% 20-Jan-95 00:59:08 +globals.c
  254.    27429    8791 67.9% 15-Feb-96 03:31:52 +gv.c
  255.     4120    1179 71.3% 24-Feb-96 04:07:16 +gv.h
  256.        0       0  0.0% 26-Mar-96 12:44:22 +
  257.     2741    1294 52.7% 18-Oct-94 17:31:46 +README
  258.      574     268 53.3% 18-Oct-94 17:31:48 +cbreak.pl
  259.      549     259 52.8% 18-Oct-94 17:31:50 +cbreak2.pl
  260.        0       0  0.0% 29-Feb-96 16:00:10 +
  261.      404     138 65.8% 18-Oct-94 17:32:08 +sizeof.ph
  262.        0       0  0.0% 26-Mar-96 12:44:20 +
  263.     1724     661 61.6% 18-Oct-94 17:32:14 +errno.pl
  264.     4067    1182 70.9% 18-Oct-94 17:32:16 +ioctl.pl
  265.      311     146 53.0% 18-Oct-94 17:32:12 +sysexits.pl
  266.      264     205 22.3% 18-Oct-94 17:31:54 +getioctlsizes
  267.      716     405 43.4% 18-Oct-94 17:31:56 +mksizes
  268.      689     410 40.4% 18-Oct-94 17:31:58 +mkvars
  269.      179     140 21.7% 18-Oct-94 17:32:00 +tcbreak
  270.      180     141 21.6% 18-Oct-94 17:32:04 +tcbreak2
  271.     5984    1660 72.2% 08-Jun-95 01:47:10 +handy.h
  272.        0       0  0.0% 26-Mar-96 12:44:40 +
  273.      400     252 37.0% 18-Oct-94 17:32:20 +3b1.sh
  274.     1843     920 50.0% 18-Oct-94 17:32:22 +3b1cc
  275.      935     444 52.5% 12-Feb-96 20:52:42 +README.hints
  276.     2173    1078 50.3% 27-Feb-96 22:40:46 +aix.sh
  277.      111      97 12.6% 18-Oct-94 17:32:30 +altos486.sh
  278.     1923    1079 43.8% 08-Jun-95 01:47:16 +apollo.sh
  279.      592     375 36.6% 08-Jun-95 01:47:18 +aux.sh
  280.     1593     947 40.5% 23-Jan-96 02:42:32 +bsdos.sh
  281.      583     387 33.6% 20-Jan-95 00:59:10 +convexos.sh
  282.     3320    1665 49.8% 08-Jun-95 01:47:20 +cxux.sh
  283.      221     158 28.5% 24-Oct-95 22:35:06 +dec_osf.sh
  284.     5315    2610 50.8% 29-Jan-96 23:10:56 +dgux.sh
  285.       14      14  0.0% 18-Oct-94 17:32:44 +dnix.sh
  286.      239     187 21.7% 02-Feb-96 02:22:40 +dynix.sh
  287.     2952    1447 50.9% 08-Jun-95 01:47:26 +epix.sh
  288.     1023     609 40.4% 20-Jan-95 01:07:02 +esix4.sh
  289.       22      22  0.0% 18-Oct-94 17:32:50 +fps.sh
  290.     2174    1084 50.1% 12-Feb-96 20:52:50 +freebsd.sh
  291.       16      16  0.0% 18-Oct-94 17:32:54 +genix.sh
  292.       24      24  0.0% 18-Oct-94 17:32:56 +greenhills.sh
  293.     3910    1707 56.3% 28-Feb-96 00:46:34 +hpux.sh
  294.       24      24  0.0% 18-Oct-94 17:33:02 +i386.sh
  295.      618     430 30.4% 08-Jun-95 01:47:32 +irix_4.sh
  296.     1254     768 38.7% 23-Jan-96 02:42:34 +irix_5.sh
  297.     1563     794 49.2% 23-Jan-96 02:42:36 +irix_6.sh
  298.      866     504 41.8% 23-Jan-96 02:42:40 +irix_6_2.sh
  299.     1124     662 41.1% 20-Oct-95 02:02:30 +isc.sh
  300.      574     349 39.1% 20-Oct-95 02:02:34 +isc_2.sh
  301.     4011    2133 46.8% 28-Feb-96 23:43:00 +linux.sh
  302.      986     567 42.4% 12-Feb-96 20:53:12 +machten.sh
  303.     1642     893 45.6% 12-Feb-96 20:47:20 +machten_2.sh
  304.      327     239 26.9% 18-Oct-94 17:33:20 +mips.sh
  305.       24      24  0.0% 18-Oct-94 17:33:22 +mpc.sh
  306.     1405     616 56.1% 14-Feb-95 02:14:56 +mpeix.sh
  307.      634     415 34.5% 20-Jan-96 06:56:54 +ncr_tower.sh
  308.     1267     733 42.1% 20-Jan-96 06:56:58 +netbsd.sh
  309.     1293     761 41.1% 08-Jun-95 01:47:46 +next_3.sh
  310.     1758    1004 42.8% 08-Jun-95 01:47:50 +next_3_0.sh
  311.       24      24  0.0% 18-Oct-94 17:33:30 +opus.sh
  312.     3594    1625 54.7% 15-Feb-96 02:40:44 +os2.sh
  313.     2326    1201 48.3% 29-Jan-96 23:16:24 +powerux.sh
  314.     2501    1305 47.8% 13-Feb-96 18:28:06 +sco.sh
  315.       45      45  0.0% 18-Oct-94 17:33:32 +sco_2_3_0.sh
  316.       45      45  0.0% 18-Oct-94 17:33:36 +sco_2_3_1.sh
  317.       80      75  6.2% 18-Oct-94 17:33:38 +sco_2_3_2.sh
  318.      191     149 21.9% 18-Oct-94 17:33:44 +sco_2_3_3.sh
  319.      234     180 23.0% 18-Oct-94 17:33:48 +sco_2_3_4.sh
  320.    10397    4354 58.1% 12-Feb-96 20:53:38 +solaris_2.sh
  321.       38      38  0.0% 18-Oct-94 17:33:56 +stellar.sh
  322.       33      33  0.0% 18-Oct-94 17:33:58 +sunos_4_0.sh
  323.      784     489 37.6% 12-Feb-96 20:53:44 +sunos_4_1.sh
  324.     1685     923 45.2% 15-Feb-96 03:18:00 +svr4.sh
  325.       16      16  0.0% 18-Oct-94 17:34:06 +ti1500.sh
  326.     1622     901 44.4% 08-Jun-95 01:47:56 +titanos.sh
  327.     1392     719 48.3% 20-Jan-96 06:57:12 +ultrix_4.sh
  328.      154     125 18.8% 20-Oct-95 02:02:38 +unicos.sh
  329.       16      16  0.0% 18-Oct-94 17:34:16 +unisysdynix.sh
  330.      472     317 32.8% 20-Oct-95 02:02:40 +utekv.sh
  331.       48      48  0.0% 18-Oct-94 17:34:20 +uts.sh
  332.    11986    3230 73.0% 31-Jan-96 02:33:22 +hv.c
  333.     1894     772 59.2% 18-Oct-94 17:20:08 +hv.h
  334.     4855    2027 58.2% 12-Feb-96 20:53:50 +installman
  335.    11161    4031 63.8% 29-Jan-96 21:16:08 +installperl
  336.     1312     620 52.7% 27-Jan-96 00:55:16 +interp.sym
  337.     5740    1560 72.8% 03-Feb-96 01:46:28 +keywords.h
  338.     2170    1066 50.8% 03-Feb-96 01:46:48 +keywords.pl
  339.        0       0  0.0% 26-Mar-96 12:45:56 +
  340.     2604    1134 56.4% 09-Mar-96 01:05:42 +AnyDBM_File.pm
  341.     2200    1065 51.5% 12-Feb-96 20:53:58 +AutoLoader.pm
  342.     8381    3306 60.5% 23-Jan-96 02:42:56 +AutoSplit.pm
  343.    10025    3705 63.0% 08-Jun-95 01:48:12 +Benchmark.pm
  344.     2187     977 55.3% 31-Jan-96 19:56:10 +Carp.pm
  345.     6531    2602 60.1% 23-Jan-96 02:43:00 +Cwd.pm
  346.        0       0  0.0% 26-Mar-96 12:45:24 +
  347.     4496    1842 59.0% 12-Feb-96 20:54:04 +SelfStubber.pm
  348.     1353     583 56.9% 30-Jan-96 00:30:46 +DirHandle.pm
  349.     3084    1329 56.9% 08-Jun-95 01:48:20 +English.pm
  350.     1493     782 47.6% 23-Jan-96 02:43:02 +Env.pm
  351.    11780    4738 59.7% 12-Feb-96 20:54:12 +Exporter.pm
  352.        0       0  0.0% 26-Mar-96 12:45:36 +
  353.     5728    2379 58.4% 12-Feb-96 20:47:22 +Install.pm
  354.     8339    3463 58.4% 12-Feb-96 20:54:18 +Liblist.pm
  355.     1723     823 52.2% 15-Feb-96 03:14:46 +MM_OS2.pm
  356.    85298   26647 68.7% 12-Mar-96 19:52:52 +MM_Unix.pm
  357.    59009   17513 70.3% 27-Feb-96 22:29:50 +MM_VMS.pm
  358.    53108   19972 62.3% 27-Feb-96 22:29:58 +MakeMaker.pm
  359.    10411    3902 62.5% 23-Jan-96 02:43:54 +Manifest.pm
  360.     3059    1388 54.6% 23-Jan-96 02:43:56 +Mkbootstrap.pm
  361.     8030    2997 62.6% 27-Feb-96 22:30:12 +Mksymlists.pm
  362.     5937    1437 75.7% 30-Jan-96 06:14:44 +typemap
  363.    29019    9768 66.3% 12-Feb-96 20:55:08 +xsubpp
  364.        0       0  0.0% 26-Mar-96 12:44:44 +
  365.     8553    2975 65.2% 08-Jun-95 01:48:48 +Basename.pm
  366.     5176    1732 66.5% 08-Jun-95 01:48:50 +CheckTree.pm
  367.     3842    1757 54.2% 27-Feb-96 22:30:20 +Copy.pm
  368.     5993    1814 69.7% 23-Jan-96 02:44:04 +Find.pm
  369.     4290    1777 58.5% 15-Feb-96 02:14:32 +Path.pm
  370.     1655     836 49.4% 30-Jan-96 01:03:42 +FileCache.pm
  371.        0       0  0.0% 26-Mar-96 12:45:36 +
  372.    25639    8536 66.7% 12-Feb-96 20:55:22 +Long.pm
  373.     3120    1012 67.5% 08-Jun-95 01:49:02 +Std.pm
  374.        0       0  0.0% 26-Mar-96 12:45:38 +
  375.     4190    1744 58.3% 15-Feb-96 03:14:56 +Collate.pm
  376.        0       0  0.0% 26-Mar-96 12:45:38 +
  377.     3185    1498 52.9% 29-Jan-96 23:49:56 +Open2.pm
  378.     4250    1697 60.0% 29-Jan-96 23:50:02 +Open3.pm
  379.        0       0  0.0% 26-Mar-96 12:45:40 +
  380.     8550    2916 65.8% 15-Feb-96 03:40:48 +BigFloat.pm
  381.    10131    3581 64.6% 15-Feb-96 03:40:54 +BigInt.pm
  382.     3285    1160 64.6% 15-Feb-96 03:15:20 +Complex.pm
  383.        0       0  0.0% 26-Mar-96 12:45:40 +
  384.     2391    1196 49.9% 20-Jan-96 06:58:02 +Ping.pm
  385.        0       0  0.0% 26-Mar-96 12:45:44 +
  386.    12223    4466 63.4% 12-Feb-96 20:47:38 +Functions.pm
  387.    11902    4254 64.2% 23-Jan-96 02:44:34 +Text.pm
  388.        0       0  0.0% 26-Mar-96 12:45:44 +
  389.     1473     733 50.2% 12-Feb-96 20:55:28 +Dict.pm
  390.     1028     492 52.1% 01-Feb-96 18:56:22 +SelectSaver.pm
  391.    11138    3934 64.6% 23-Jan-96 02:43:10 +SelfLoader.pm
  392.     2179    1073 50.7% 15-Feb-96 03:15:26 +Shell.pm
  393.     2207    1075 51.2% 12-Feb-96 20:55:36 +Symbol.pm
  394.        0       0  0.0% 26-Mar-96 12:45:46 +
  395.     2305    1138 50.6% 23-Jan-96 02:44:38 +Hostname.pm
  396.     5233    2209 57.7% 12-Feb-96 20:55:44 +Syslog.pm
  397.        0       0  0.0% 26-Mar-96 12:45:48 +
  398.    11607    4197 63.8% 31-Jan-96 20:00:00 +Cap.pm
  399.     3328    1161 65.1% 23-Jan-96 02:44:54 +Complete.pm
  400.     4934    2095 57.5% 29-Jan-96 20:55:18 +ReadLine.pm
  401.        0       0  0.0% 26-Mar-96 12:45:50 +
  402.     6686    2869 57.0% 12-Feb-96 20:55:52 +Harness.pm
  403.        0       0  0.0% 26-Mar-96 12:45:54 +
  404.      973     530 45.5% 08-Jun-95 01:49:18 +Abbrev.pm
  405.     4649    1865 59.8% 15-Feb-96 03:41:02 +ParseWords.pm
  406.     4230    1990 52.9% 23-Jan-96 02:45:08 +Soundex.pm
  407.     1419     719 49.3% 23-Jan-96 02:45:12 +Tabs.pm
  408.     1897     902 52.4% 23-Jan-96 02:45:16 +Wrap.pm
  409.        0       0  0.0% 26-Mar-96 12:45:56 +
  410.     3981    1710 57.0% 12-Feb-96 20:47:44 +Hash.pm
  411.     3303    1418 57.0% 12-Feb-96 20:47:50 +Scalar.pm
  412.     4444    1560 64.8% 12-Feb-96 20:47:54 +SubstrHash.pm
  413.        0       0  0.0% 26-Mar-96 12:45:56 +
  414.     3494    1478 57.6% 23-Jan-96 02:45:20 +Local.pm
  415.      551     280 49.1% 18-Oct-94 17:35:20 +abbrev.pl
  416.     1298     744 42.6% 11-Mar-95 21:10:06 +assert.pl
  417.     6711    2171 67.6% 18-Oct-94 17:35:28 +bigfloat.pl
  418.     7623    2666 65.0% 18-Oct-94 17:35:32 +bigint.pl
  419.     4241    1441 66.0% 11-Mar-95 05:55:58 +bigrat.pl
  420.      846     462 45.3% 18-Oct-94 17:35:38 +cacheout.pl
  421.    13006    5163 60.3% 18-Oct-94 17:35:42 +chat2.inter
  422.     9619    3817 60.3% 18-Oct-94 17:35:46 +chat2.pl
  423.     2863     932 67.4% 31-Jan-96 21:26:26 +complete.pl
  424.     1707     943 44.7% 18-Oct-94 17:35:52 +ctime.pl
  425.    13055    5242 59.8% 12-Feb-96 20:55:58 +diagnostics.pm
  426.     1991     874 56.1% 31-Oct-95 00:46:24 +dotsh.pl
  427.    11012    3509 68.1% 12-Feb-96 20:56:08 +dumpvar.pl
  428.     1500     751 49.9% 18-Oct-94 17:36:02 +exceptions.pl
  429.      754     378 49.8% 18-Oct-94 17:36:04 +fastcwd.pl
  430.     2522    1078 57.2% 18-Oct-94 17:36:08 +find.pl
  431.     2417    1016 57.9% 18-Oct-94 17:36:10 +finddepth.pl
  432.      368     171 53.5% 18-Oct-94 17:36:12 +flush.pl
  433.    23808    7296 69.3% 08-Jun-95 01:49:22 +ftp.pl
  434.     1148     437 61.9% 08-Jun-95 01:49:26 +getcwd.pl
  435.     1042     525 49.6% 18-Oct-94 17:36:22 +getopt.pl
  436.      955     445 53.4% 18-Oct-94 17:36:24 +getopts.pl
  437.      451     248 45.0% 18-Oct-94 17:36:26 +hostname.pl
  438.      355     262 26.1% 18-Oct-94 17:36:30 +importenv.pl
  439.      589     366 37.8% 08-Jun-95 01:49:30 +integer.pm
  440.      349     217 37.8% 23-Jan-96 02:43:20 +less.pm
  441.     3320    1385 58.2% 26-Feb-96 19:08:56 +lib.pm
  442.     1024     500 51.1% 18-Oct-94 17:36:38 +look.pl
  443.     1630     637 60.9% 12-Feb-96 20:56:18 +newgetopt.pl
  444.     1549     749 51.6% 18-Oct-94 17:36:44 +open2.pl
  445.     3015    1228 59.2% 18-Oct-94 17:36:46 +open3.pl
  446.    14440    5572 61.4% 23-Jan-96 02:43:22 +overload.pm
  447.    42240   14374 65.9% 12-Feb-96 20:56:26 +perl5db.pl
  448.     1146     522 54.4% 07-Mar-95 04:20:10 +pwd.pl
  449.      880     372 57.7% 18-Oct-94 17:36:54 +shellwords.pl
  450.     2000    1043 47.8% 23-Jan-96 02:43:30 +sigtrap.pm
  451.    12890    5177 59.8% 23-Jan-96 02:43:32 +splain
  452.      658     347 47.2% 18-Oct-94 17:37:02 +stat.pl
  453.     2137     983 54.0% 23-Jan-96 02:43:34 +strict.pm
  454.      548     337 38.5% 02-Feb-96 20:32:28 +subs.pm
  455.     4747    1975 58.3% 23-Jan-96 02:43:36 +syslog.pl
  456.      164     134 18.2% 18-Oct-94 17:37:16 +tainted.pl
  457.     3679    1390 62.2% 18-Oct-94 17:37:24 +termcap.pl
  458.     3536    1417 59.9% 18-Oct-94 17:37:30 +timelocal.pl
  459.     3803    1407 63.0% 18-Oct-94 17:37:36 +validate.pl
  460.      976     474 51.4% 02-Feb-96 20:31:24 +vars.pm
  461.     3130    1513 51.6% 26-Mar-96 01:10:26 +makeaperl
  462.     3849    1823 52.6% 23-Jan-96 02:40:10 +makeaperl.SH
  463.     4027    1652 58.9% 26-Mar-96 01:10:32 +makedepend
  464.     4868    1900 60.9% 29-Feb-96 23:01:02 +makedepend.SH
  465.      728     426 41.4% 26-Mar-96 01:10:38 +makedir
  466.     1183     628 46.9% 18-Oct-94 17:20:42 +makedir.SH
  467.    11991    4398 63.3% 28-Jan-96 08:18:22 +malloc.c
  468.    25061    7100 71.6% 27-Feb-96 22:30:26 +mg.c
  469.      886     424 52.1% 10-Jan-95 06:37:44 +mg.h
  470.     3207    1504 53.1% 23-Jan-96 02:40:16 +minimod.pl
  471.     1013     496 51.0% 12-Feb-96 20:56:44 +miniperlmain.c
  472.      303     162 46.5% 18-Oct-94 17:21:00 +mv-if-diff
  473.     1550     741 52.1% 12-Feb-96 20:56:52 +myconfig
  474.    89440   23924 73.2% 27-Feb-96 22:07:08 +op.c
  475.     6567    2520 61.6% 28-Jan-96 06:15:28 +op.h
  476.    47302   10738 77.2% 15-Feb-96 01:00:28 +opcode.h
  477.    15613    4902 68.6% 15-Feb-96 01:00:08 +opcode.pl
  478.       42      42  0.0% 27-Feb-96 21:47:50 +patchlevel.h
  479.    46852   15904 66.0% 27-Feb-96 22:30:44 +perl.c
  480.    11592    4546 60.7% 26-Mar-96 01:10:58 +perl.exp
  481.    40325   13528 66.4% 27-Feb-96 22:07:30 +perl.h
  482.      889     479 46.1% 15-Feb-96 02:19:24 +perl_exp.SH
  483.      387     248 35.9% 18-Oct-94 17:21:42 +perlsh
  484.    97824   14869 84.8% 28-Feb-96 23:38:38 +perly.c
  485.    11431    2557 77.6% 15-Feb-96 00:48:36 +perly.c.diff
  486.     5366    1905 64.4% 18-Oct-94 17:21:54 +perly.fixer
  487.     1199     470 60.8% 28-Feb-96 23:38:06 +perly.h
  488.    13855    3565 74.2% 15-Feb-96 00:48:44 +perly.y
  489.        0       0  0.0% 26-Mar-96 12:46:40 +
  490.     3129     835 73.3% 29-Jan-96 23:48:08 +Makefile
  491.     3391    1476 56.4% 29-Jan-96 23:48:16 +buildtoc
  492.    11678    5183 55.6% 30-Jan-96 19:20:38 +perl.pod
  493.      727     420 42.2% 20-Jan-96 06:58:56 +perlbook.pod
  494.    11405    3978 65.1% 12-Feb-96 20:58:12 +perlbot.pod
  495.    54370   17788 67.2% 29-Jan-96 22:46:04 +perlcall.pod
  496.    20833    8597 58.7% 30-Jan-96 19:20:48 +perldata.pod
  497.     6170    2643 57.1% 18-Oct-94 17:39:18 +perldebug.pod
  498.    78139   26750 65.7% 27-Feb-96 22:13:42 +perldiag.pod
  499.    25278    8843 65.0% 30-Jan-96 19:21:00 +perldsc.pod
  500.    18867    6416 65.9% 30-Jan-96 19:21:14 +perlembed.pod
  501.    11801    4707 60.1% 30-Jan-96 19:21:24 +perlform.pod
  502.   115690   45420 60.7% 16-Feb-96 21:24:02 +perlfunc.pod
  503.    58427   18224 68.8% 23-Jan-96 02:47:26 +perlguts.pod
  504.    31677   12481 60.5% 30-Jan-96 19:21:52 +perlipc.pod
  505.     8591    3528 58.9% 23-Jan-96 02:47:38 +perllol.pod
  506.    34068   14069 58.7% 02-Feb-96 23:23:46 +perlmod.pod
  507.    14287    5694 60.1% 23-Jan-96 02:47:46 +perlobj.pod
  508.    40447   15415 61.8% 13-Feb-96 21:18:10 +perlop.pod
  509.      285     205 28.0% 12-Feb-96 20:58:30 +perlovl.pod
  510.     5145    2416 53.0% 23-Jan-96 02:48:00 +perlpod.pod
  511.    21615    8613 60.1% 13-Feb-96 18:06:08 +perlre.pod
  512.    16737    6856 59.0% 23-Jan-96 02:48:08 +perlref.pod
  513.    15206    6369 58.1% 15-Feb-96 21:05:10 +perlrun.pod
  514.     6712    3099 53.8% 23-Jan-96 02:48:20 +perlsec.pod
  515.     7716    3539 54.1% 30-Jan-96 19:22:50 +perlstyle.pod
  516.    29149   11716 59.8% 30-Jan-96 19:23:12 +perlsub.pod
  517.    17846    7321 58.9% 30-Jan-96 19:23:22 +perlsyn.pod
  518.    20148    7505 62.7% 12-Feb-96 20:58:42 +perltie.pod
  519.    38261   13625 64.3% 12-Feb-96 20:58:54 +perltoc.pod
  520.    12016    5010 58.3% 30-Jan-96 19:23:50 +perltrap.pod
  521.    20325    7963 60.8% 23-Jan-96 02:48:58 +perlvar.pod
  522.    37774   11766 68.8% 15-Feb-96 03:52:26 +perlxs.pod
  523.    25390    9982 60.6% 12-Feb-96 20:59:06 +perlxstut.pod
  524.    15946    5744 63.9% 20-Jan-96 07:00:08 +pod2html.PL
  525.    22987    8185 64.3% 20-Jan-96 07:00:12 +pod2latex.PL
  526.    26469   10800 59.1% 12-Feb-96 20:59:14 +pod2man.PL
  527.     1384     746 46.0% 23-Jan-96 02:49:22 +pod2text.PL
  528.     3141     571 81.8% 23-Jan-96 02:49:26 +roffitall
  529.      641     348 45.7% 18-Oct-94 17:40:34 +splitman
  530.      690     428 37.9% 12-Feb-96 20:59:20 +splitpod
  531.    65149   16050 75.3% 24-Feb-96 04:07:36 +pp.c
  532.     5955    1816 69.5% 23-Jan-95 19:25:42 +pp.h
  533.    50376   15473 69.2% 27-Feb-96 22:30:52 +pp_ctl.c
  534.    41534   13403 67.7% 27-Feb-96 22:31:04 +pp_hot.c
  535.    75493   19044 74.7% 01-Mar-96 19:39:30 +pp_sys.c
  536.    17125    4914 71.3% 12-Feb-96 21:00:18 +proto.h
  537.    34905   10866 68.8% 15-Nov-95 03:42:44 +regcomp.c
  538.     8053    3213 60.1% 02-Jul-95 00:45:16 +regcomp.h
  539.    24976    7725 69.0% 15-Nov-95 03:03:18 +regexec.c
  540.     1053     543 48.4% 18-Oct-94 17:22:54 +regexp.h
  541.     2075     975 53.0% 01-Jul-95 21:52:32 +run.c
  542.    14445    3939 72.7% 12-Feb-96 21:00:30 +scope.c
  543.     2031     658 67.6% 18-Oct-94 17:23:08 +scope.h
  544.    72698   18678 74.3% 28-Feb-96 02:46:38 +sv.c
  545.    18204    4211 76.8% 24-Feb-96 04:08:08 +sv.h
  546.        0       0  0.0% 26-Mar-96 12:47:24 +
  547.      522     292 44.0% 29-Jan-96 23:48:50 +README
  548.     2265    1083 52.1% 02-Mar-96 02:31:32 +TEST
  549.        0       0  0.0% 26-Mar-96 12:46:42 +
  550.      401     195 51.3% 18-Oct-94 17:42:52 +cond.t
  551.      274     176 35.7% 18-Oct-94 17:42:56 +if.t
  552.     1516     651 57.0% 18-Oct-94 17:42:58 +lex.t
  553.      272     177 34.9% 18-Oct-94 17:43:02 +pat.t
  554.      936     438 53.2% 18-Oct-94 17:43:06 +term.t
  555.        0       0  0.0% 26-Mar-96 12:46:46 +
  556.      530     221 58.3% 18-Oct-94 17:43:08 +elsif.t
  557.      941     478 49.2% 18-Oct-94 17:43:12 +for.t
  558.      673     329 51.1% 18-Oct-94 17:43:16 +mod.t
  559.     3560    1060 70.2% 18-Oct-94 17:43:18 +subval.t
  560.     1577     434 72.4% 18-Oct-94 17:43:20 +switch.t
  561.     2407     633 73.7% 18-Oct-94 17:43:24 +while.t
  562.        0       0  0.0% 26-Mar-96 12:46:48 +
  563.     2981     593 80.1% 18-Oct-94 17:43:26 +cmdopt.t
  564.      691     389 43.7% 08-Jun-95 01:51:02 +cpp.aux
  565.      352     256 27.2% 08-Jun-95 01:51:04 +cpp.t
  566.      499     283 43.2% 18-Oct-94 17:43:30 +decl.t
  567.      830     375 54.8% 18-Oct-94 17:43:32 +multiline.t
  568.      696     291 58.1% 18-Oct-94 17:43:34 +package.t
  569.      778     316 59.3% 18-Oct-94 17:43:36 +script.t
  570.     1290     412 68.0% 18-Oct-94 17:43:40 +term.t
  571.      351     229 34.7% 15-Feb-96 03:09:40 +harness
  572.        0       0  0.0% 26-Mar-96 12:46:50 +
  573.      923     390 57.7% 12-Feb-96 21:00:54 +argv.t
  574.      549     277 49.5% 18-Oct-94 17:43:44 +dup.t
  575.     3091     775 74.9% 12-Feb-96 21:01:04 +fs.t
  576.      460     271 41.0% 18-Oct-94 17:43:50 +inplace.t
  577.      924     448 51.5% 02-Mar-96 17:33:16 +pipe.t
  578.      459     255 44.4% 18-Oct-94 17:43:54 +print.t
  579.     1166     389 66.6% 18-Oct-94 17:43:56 +tell.t
  580.        0       0  0.0% 26-Mar-96 12:46:58 +
  581.     2521    1072 57.4% 07-Mar-96 23:37:26 +anydbm.t
  582.     4394    1234 71.9% 18-Oct-94 17:44:02 +bigint.t
  583.     5722    1454 74.5% 23-Jan-95 19:25:52 +bigintpm.t
  584.    10266    3153 69.2% 20-Jan-96 07:00:26 +db-btree.t
  585.     6071    2209 63.6% 18-Oct-94 17:44:06 +db-hash.t
  586.     3479    1318 62.1% 18-Oct-94 17:44:08 +db-recno.t
  587.      749     370 50.6% 30-Jan-96 00:30:50 +dirhand.t
  588.      850     408 52.0% 18-Oct-94 17:44:10 +english.t
  589.      626     370 40.8% 12-Feb-96 21:01:16 +filehand.t
  590.     2535    1063 58.0% 18-Oct-94 17:44:12 +gdbm.t
  591.     2636    1128 57.2% 18-Oct-94 17:44:14 +ndbm.t
  592.     2635    1124 57.3% 18-Oct-94 17:44:18 +odbm.t
  593.     1462     751 48.6% 30-Jan-96 01:05:28 +posix.t
  594.     2368     987 58.3% 30-Jan-96 08:29:20 +safe.t
  595.     2634    1123 57.3% 18-Oct-94 17:44:22 +sdbm.t
  596.     1378     563 59.1% 30-Jan-96 08:03:04 +socket.t
  597.     2446    1094 55.2% 18-Oct-94 17:44:24 +soundex.t
  598.        0       0  0.0% 26-Mar-96 12:47:22 +
  599.      485     237 51.1% 18-Oct-94 17:44:26 +append.t
  600.     3869    1012 73.8% 18-Oct-94 17:44:28 +array.t
  601.     2671     509 80.9% 18-Oct-94 17:44:32 +auto.t
  602.     1585     472 70.2% 18-Oct-94 17:44:34 +chop.t
  603.      271     161 40.5% 18-Oct-94 17:44:38 +cond.t
  604.      936     377 59.7% 18-Oct-94 17:44:40 +delete.t
  605.     1007     358 64.4% 18-Oct-94 17:44:42 +do.t
  606.     1042     484 53.5% 18-Oct-94 17:44:44 +each.t
  607.     1273     560 56.0% 18-Oct-94 17:44:48 +eval.t
  608.      648     324 50.0% 18-Oct-94 17:44:50 +exec.t
  609.      667     258 61.3% 18-Oct-94 17:44:54 +exp.t
  610.      573     333 41.8% 18-Oct-94 17:44:56 +flip.t
  611.      277     184 33.5% 18-Oct-94 17:45:00 +fork.t
  612.      477     275 42.3% 18-Oct-94 17:45:02 +glob.t
  613.     1460     704 51.7% 18-Oct-94 17:45:06 +goto.t
  614.      812     398 50.9% 18-Oct-94 17:45:10 +groups.t
  615.     1611     432 73.1% 18-Oct-94 17:45:12 +index.t
  616.      418     196 53.1% 18-Oct-94 17:45:14 +int.t
  617.      349     191 45.2% 18-Oct-94 17:45:18 +join.t
  618.     2472     702 71.6% 18-Oct-94 17:45:20 +list.t
  619.      797     358 55.0% 18-Oct-94 17:45:22 +local.t
  620.     1060     578 45.4% 18-Oct-94 17:45:26 +magic.t
  621.     3248    1434 55.8% 08-Jun-95 01:51:08 +misc.t
  622.      476     214 55.0% 18-Oct-94 17:45:30 +mkdir.t
  623.      785     359 54.2% 18-Oct-94 17:45:34 +my.t
  624.      473     181 61.7% 12-Feb-96 21:01:24 +oct.t
  625.      347     193 44.3% 18-Oct-94 17:45:38 +ord.t
  626.     5400    1445 73.2% 20-Jan-96 07:00:28 +overload.t
  627.     1316     631 52.0% 12-Feb-96 21:01:36 +pack.t
  628.     5423    1618 70.1% 18-Oct-94 17:45:44 +pat.t
  629.     1273     534 58.0% 18-Oct-94 17:45:46 +push.t
  630.     1195     459 61.5% 18-Oct-94 17:45:48 +quotemeta.t
  631.      754     325 56.8% 13-Mar-95 04:44:24 +rand.t
  632.      847     395 53.3% 18-Oct-94 17:45:54 +range.t
  633.     6833    1905 72.1% 18-Oct-94 17:45:56 +re_tests
  634.      470     239 49.1% 18-Oct-94 17:45:58 +read.t
  635.      685     384 43.9% 18-Oct-94 17:46:02 +readdir.t
  636.     4095    1534 62.5% 13-Mar-95 04:45:22 +ref.t
  637.      942     415 55.9% 18-Oct-94 17:46:08 +regexp.t
  638.     1499     425 71.6% 18-Oct-94 17:46:10 +repeat.t
  639.      181     143 20.9% 18-Oct-94 17:46:14 +sleep.t
  640.     1196     450 62.3% 18-Oct-94 17:46:16 +sort.t
  641.     1887     766 59.4% 18-Oct-94 17:46:18 +split.t
  642.      247     188 23.8% 18-Oct-94 17:46:20 +sprintf.t
  643.     5849    1690 71.1% 12-Feb-96 21:01:44 +stat.t
  644.     1933     555 71.2% 18-Oct-94 17:46:24 +study.t
  645.     5105    1263 75.2% 18-Oct-94 17:46:26 +subst.t
  646.     1642     423 74.2% 18-Oct-94 17:46:28 +substr.t
  647.     1192     487 59.1% 23-Jan-96 02:49:56 +time.t
  648.     1369     412 69.9% 18-Oct-94 17:46:34 +undef.t
  649.      319     190 40.4% 18-Oct-94 17:46:36 +unshift.t
  650.      860     279 67.5% 18-Oct-94 17:46:38 +vec.t
  651.     2239     610 72.7% 16-Feb-95 18:26:42 +write.t
  652.       73      52 28.7% 20-Jan-95 01:08:02 +re_tests
  653.        0       0  0.0% 25-Mar-96 23:24:06 +
  654.     1484     660 55.5% 17-Jan-95 21:50:12 +taint.c
  655.   110049   30295 72.4% 24-Feb-96 03:54:50 +toke.c
  656.     2199     962 56.2% 27-Feb-96 22:31:26 +unixish.h
  657.    35898   10716 70.1% 01-Mar-96 19:38:28 +util.c
  658.      214     156 27.1% 18-Oct-94 17:23:34 +util.h
  659.        0       0  0.0% 26-Mar-96 12:47:32 +
  660.      457     247 45.9% 23-Jan-96 02:50:00 +Makefile
  661.    37625   12797 65.9% 30-Jan-96 08:03:22 +c2ph.PL
  662.     7133    2833 60.2% 12-Feb-96 21:02:14 +h2ph.PL
  663.    14059    5565 60.4% 12-Feb-96 21:02:24 +h2xs.PL
  664.    14552    5733 60.6% 15-Feb-96 20:56:48 +perlbug.PL
  665.    10079    4342 56.9% 23-Jan-96 02:50:28 +perldoc.PL
  666.     5436    2592 52.3% 23-Jan-96 02:50:34 +pl2pm.PL
  667.     1633     746 54.3% 26-Mar-96 01:11:04 +writemain
  668.     2719    1198 55.9% 23-Jan-96 02:40:56 +writemain.SH
  669.        0       0  0.0% 26-Mar-96 12:48:10 +
  670.      361     244 32.4% 18-Oct-94 17:47:18 +EXTERN.h
  671.      359     243 32.3% 18-Oct-94 17:47:20 +INTERN.h
  672.     2326    1208 48.0% 26-Mar-96 01:11:24 +Makefile
  673.     3154    1551 50.8% 29-Feb-96 23:01:56 +Makefile.SH
  674.   124743   15219 87.7% 18-Jan-95 03:27:10 +a2p.c
  675.     8272    2923 64.6% 20-Jan-96 07:00:40 +a2p.h
  676.     6316    3016 52.2% 18-Oct-94 17:47:28 +a2p.man
  677.     9433    2423 74.3% 18-Oct-94 17:47:30 +a2p.y
  678.    24865    6622 73.3% 23-Jan-96 02:51:54 +a2py.c
  679.     1035     459 55.6% 26-Mar-96 01:11:18 +cflags
  680.     2111     865 59.0% 20-Jan-96 07:00:46 +cflags.SH
  681.    13424    4419 67.0% 23-Jan-96 02:52:00 +find2perl.PL
  682.     5527    1451 73.7% 09-Feb-95 01:11:52 +handy.h
  683.     4797    1408 70.6% 20-Jan-95 01:08:18 +hash.c
  684.     1419     577 59.3% 20-Jan-95 01:08:20 +hash.h
  685.    14622    4809 67.1% 23-Jan-96 02:52:04 +s2p.PL
  686.     2159    1145 46.9% 18-Oct-94 17:47:50 +s2p.man
  687.     9852    2680 72.7% 08-Jun-95 01:51:44 +str.c
  688.     1785     717 59.8% 20-Jan-95 01:08:24 +str.h
  689.     3665    1292 64.7% 02-Jul-95 00:45:30 +util.c
  690.      873     449 48.5% 02-Jul-95 00:45:34 +util.h
  691.    48932    9545 80.4% 14-Mar-95 02:04:38 +walk.c
  692. -------- ------- ----- --------- --------
  693.  4828196 1591091 67.0% 28-Mar-96 13:11:40   630 files
  694.